All Questions
3 questions
1vote
6answers
5kviews
Learning good OOP design and unlearning some bad habits [duplicate]
Possible Duplicate: What books or resources would you recommend to learn practical OO design and development concepts? I have been mostly a C programmer so far in my career with knowledge of C++. ...
16votes
2answers
4kviews
Best overview to modern C++ paradigms? [closed]
I used to write C++ extensively between 8 and 10 years ago. I have since moved on to C# for professional reasons. However, from time to time I see statements like "If you're still manually ...
3votes
2answers
2kviews
Lazy Processing of Streams
I have the following problem scenario: I have a text file and I have to read it and split it into lines. Some lines might need to be dropped (according to criteria that are not fixed). The lines that ...